14 Normal and Hermitian Matrices
Normal Matrices
Definition 14.1 The square matrix \mathbf{A} \in \mathbb{C}^{n \times n} is a normal matrix if and only if
\mathbf{A}^{H} \mathbf{A} = \mathbf{A} \mathbf{A}^{H}.
Theorem 14.1 Diagonal matrices are normal.
Theorem 14.2 Unitary (orthogonal) matrices are normal.
Theorem 14.3 Unitary similarity preserves normality. That is, if \mathbf{A} is a normal matrix and is unitarily similar to \mathbf{B}
\mathbf{U}^{-1} \mathbf{A} \mathbf{U} = \mathbf{B}
\mathbf{U}^{H} \mathbf{A} \mathbf{U} = \mathbf{B},
then \mathbf{B} is also a normal matrix.
Orthogonal diagonalization
Theorem 14.4 A matrix \mathbf{A} \in \mathbb{C}^{n \times n} is normal if and only if \mathbf{A} is orthogonally (unitarily) similar to a diagonal matrix
\mathbf{A}^{H} \mathbf{A} = \mathbf{A} \mathbf{A}^{H} \iff \mathbf{A} = \mathbf{U} \mathbf{\Lambda} \mathbf{U}^{-1}.
where \mathbf{U} is an orthogonal (unitary) matrix and \mathbf{\Lambda} is a diagonal matrix.
Since the columns of \mathbf{U} are eigenvectors of \mathbf{A} and are orthonormal to each other the columns of \mathbf{U} must be a complete orthonormal set of eigenvectors for \mathbf{A}, and the diagonal entries of \mathbf{\Lambda} are the associated eigenvalues.
Symmetric (Hermitian) matrices
Definition 14.2 A square matrix \mathbf{A} \in \mathbb{C}^{n \times n} is symmetric (Hermitian) if and only if
\mathbf{A}^{H} = \mathbf{A},
which implies a symmetric (Hermitian) matrix is a normal matrix.
Theorem 14.5 All eigenvalues of symmetric (Hermitian) matrices are real.
Rayleigh quotient
Given a Hermitian matrix \mathbf{M} \in \mathbb{C}^{n \times n}, the Rayleigh quotient is a function R_{\mathbf{M}} (\mathbf{x}): \mathbb{C}^{n} \setminus \{ 0 \} \rightarrow \mathbb{R}
R_{\mathbf{M}} (\mathbf{x}) = \frac{ \mathbf{x}^{H} \mathbf{M} \mathbf{x} }{ \mathbf{x}^{H} \mathbf{x} }
that takes a nonzero vector \mathbf{x} and returns a real number.
Since the Hermitian matrix \mathbf{M} has all real eigenvalues, they can be ordered. Suppose \lambda_{1}, \dots, \lambda_{n} is the eigenvalues in descending orders.
Then, given a Hermitian matrix, its Rayleigh quotient is upper bounded and lower bounded by maximum and minimum eigenvalues of \mathbf{M} respectively,
\lambda_{1} \geq R_{\mathbf{M}} (\mathbf{x}) \geq \lambda_{n}.
That is,
\lambda_{1} = \max_{\mathbf{x} \neq 0} \frac{ \mathbf{x}^{H} \mathbf{M} \mathbf{x} }{ \mathbf{x}^{H} \mathbf{x} },
\lambda_{n} = \min_{\mathbf{x} \neq 0} \frac{ \mathbf{x}^{H} \mathbf{M} \mathbf{x} }{ \mathbf{x}^{H} \mathbf{x} }.